home *** CD-ROM | disk | FTP | other *** search
/ Power Utilities / Power Utilities.iso / utility / pro200 / gifbase.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-15  |  639 b   |  19 lines

  1. /*----------------------------------------------------------------------*/
  2. /* Copyright (c) 1987                            */
  3. /* by CompuServe Inc., Columbus, Ohio.  All Rights Reserved        */
  4. /* GIFBASE.H can be copied and distributed freely for any        */
  5. /* non-commercial purposes. GIFBASE.H can only be incorporated        */
  6. /* into commercial software with the permission of CompuServe Inc.    */
  7. /*----------------------------------------------------------------------*/
  8.  
  9. #define MaxColors    256        /* rev 87a */
  10.  
  11. struct ColorEntry
  12.     {
  13.     unsigned char red, green, blue;
  14.     };
  15.  
  16. extern char GIFsignature[];
  17.  
  18. extern short BaseLine[5], LineOffset[5];
  19.